std::multiset::key_comp
From Cppreference
| key_compare key_comp() const;
| ||
Returns the function that compares the keys. It is the same as value_comp.
Contents |
Parameters
(none)
Return value
the key comparison function.
Complexity
constant
See also
| returns the function that compares keys (public member function) | |